X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=init%2Finit;h=6448bd65829558b2bf19c535b1f6c4fe3fa93bb4;hb=9ae68a6213c2181b33f3bc18e21c294445047b2d;hp=018a78b997a915cab599948098b98c84862b5920;hpb=141a9dc5e0adf2ffa431643d4561170c2c1b5bc4;p=rrq%2Ftiniest.git diff --git a/init/init b/init/init index 018a78b..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 <