216 mkdir error message

Please post any bugs you have found
Post Reply
Message
Author
GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

216 mkdir error message

#1 Post by GuestToo »

for Puppy 216, on line 1708 in init in initrd.gz, maybe this:

mkdir /pup_new/initrd/tmp

would be better if it were changed to this:

mkdir -p /pup_new/initrd/tmp

(to prevent an error message that the dir already exists)

maybe also line 1713:

mkdir /pup_new/initrd/dev

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

Done!

Post Reply