Skip to content

Commit

Permalink
Merge pull request #21 from msdobrescu/remove-upstream-motd-second-take
Browse files Browse the repository at this point in the history
remove-upstream-motd-second-take
  • Loading branch information
Joost Ruis authored Sep 7, 2021
2 parents 41301bf + 77fc045 commit d30b02f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/mocaccino/mocaccino-init/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prelude:
- cd minimal && git checkout 9ac67c9b677396e70efbae239e137509f0372e40
steps:
- mkdir -p minimal/src/minimal_rootfs/etc/profile.d
- rm -f minimal/src/minimal_rootfs/etc/motd
- cp -rfv greeting.sh minimal/src/minimal_rootfs/etc/profile.d/greeting.sh
- cp -rfv 02_overlay.sh minimal/src/minimal_rootfs/etc/02_overlay.sh
- mkdir /mocaccino-init
Expand Down
2 changes: 1 addition & 1 deletion packages/mocaccino/mocaccino-init/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
category: "system"
name: "mocaccino-init"
version: "0.20210828"
version: "0.20210828+1"
1 change: 0 additions & 1 deletion packages/mocaccino/mocaccino-live-boot/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ prelude:
- git clone https://github.com/ivandavidov/minimal.git
- cd minimal && git checkout e4ab26d8ee2e9e2e24d47852474d453b19cb0ced
- rm -rfv /boot || true
- rm -f /etc/motd
steps:
- mv minimal/src/minimal_boot/ /boot/
- sed -i 's/Minimal/MocaccinoOS/g' /boot/bios/EFI/BOOT/startup.nsh
Expand Down
2 changes: 1 addition & 1 deletion packages/mocaccino/mocaccino-live-boot/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
category: "system"
name: "mocaccino-live-boot"
version: "0.20200706.2+1"
version: "0.20200706.2+2"

0 comments on commit d30b02f

Please sign in to comment.