X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=init%2Finit;h=6448bd65829558b2bf19c535b1f6c4fe3fa93bb4;hb=e6914390c45ffe6efebf63e2c9a59c7da9b00e1e;hp=b1f25b4aadcdb8e1ce529e096b37e9afba5f4be3;hpb=5d60d1008409c64ab7a3e92dbffed1c139791e4b;p=rrq%2Ftiniest.git diff --git a/init/init b/init/init index b1f25b4..6448bd6 100644 --- a/init/init +++ b/init/init @@ -5,19 +5,17 @@ echo echo "Starting..." echo -mkdir /cdrom -mkdir /target +mkdir /cdrom /target /mnt for M in proc:/proc devtmpfs:/dev devpts:/dev/pts sysfs:/sys ; do mkdir -p ${M##*:} mount -t ${M%%:*} ${M%%:*} ${M##*:} done -for M in ata_piix sd_mod sr_mod isofs vfat xhci-pci usb_storage ; do - modprobe $M - sleep 1 -done - +modprobe loop max_part=15 +cat <