Skip to content

Commit 7b1a2ec

Browse files
Drastically clean up structure
Reorganised the structure of lots of the files in the MassOS repository.
1 parent 2ac79e6 commit 7b1a2ec

52 files changed

Lines changed: 7 additions & 12 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

stage1.sh

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -271,20 +271,15 @@ cd ../..
271271
rm -rf gcc-11.2.0
272272
cd ../..
273273
# Copy extra utilities and configuration files into the environment.
274-
cp utils/{adduser,mass-chroot,mkinitramfs,mklocales,set-default-tar} "$MASSOS"/usr/sbin
275-
cp utils/{bashrc,dircolors,fstab,group,hostname,hosts,inputrc,locale.conf,locales,lsb-release,massos-release,os-release,passwd,profile,resolv.conf,shells,vconsole.conf} "$MASSOS"/etc
276-
cp utils/{un,}zman "$MASSOS"/usr/bin
277-
cp utils/{busybox,kernel}-config "$SRC"
278-
cp utils/massos-release.c "$SRC"
279-
cp utils/massos-logo.png "$SRC"
280-
cp utils/massos-logo-small.png "$SRC"
281-
cp utils/massos-logo-extrasmall.png "$SRC"
282-
cp utils/massos-logo-notext.png "$SRC"
274+
cp -r utils/etc/* "$MASSOS"/etc
275+
cp utils/massos-release "$MASSOS"/etc
276+
cp utils/programs/{adduser,mass-chroot,mkinitramfs,mklocales,set-default-tar} "$MASSOS"/usr/sbin
277+
cp utils/programs/{un,}zman "$MASSOS"/usr/bin
278+
cp utils/programs/massos-release.c "$SRC"
279+
cp -r utils/build-configs/* "$SRC"
280+
cp -r logo/* "$SRC"
283281
cp utils/builtins "$SRC"
284282
cp -r utils/extra-package-licenses "$SRC"
285-
cp -r utils/skel "$MASSOS"/etc
286-
mkdir -p "$MASSOS"/etc/profile.d
287-
cp utils/*.sh "$MASSOS"/etc/profile.d
288283
cp -r backgrounds "$SRC"
289284
cp LICENSE "$SRC"
290285
cp build-system.sh "$SRC"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)