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