Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev > Beta #2195

Merged
merged 3 commits into from
Oct 28, 2018
Merged

Dev > Beta #2195

merged 3 commits into from
Oct 28, 2018

Conversation

Fourdee
Copy link
Collaborator

@Fourdee Fourdee commented Oct 28, 2018

No description provided.

Daniel Knight added 3 commits October 28, 2018 12:54
- General | Concurrent execution detection: Now has a 5 second buffer to wait for exit (G_INIT_WAIT_CONCURRENT), before failing: https://github.com/Fourdee/DietPi/issues/2159#issuecomment-433619721
+ PREP: Do not fail on HW_MODEL, due to RPi using auto detection: https://github.com/Fourdee/DietPi/issues/2181#issuecomment-433715556
@Fourdee Fourdee added the Beta 🧪 Issues specific to the Beta branch testing label Oct 28, 2018
@Fourdee Fourdee added this to the v6.18 milestone Oct 28, 2018
@Fourdee Fourdee merged commit 0816374 into beta Oct 28, 2018
@@ -13,7 +13,7 @@ TARGET_DEV=$(findmnt / -o source -n)
if [[ $TARGET_DEV =~ /mmcblk || $TARGET_DEV =~ /nvme ]]; then

TARGET_PARTITION=${TARGET_DEV##*p} # Last [0-9] after "p"
TARGET_DRIVE=${TARGET_DRIVE%p[0-9]} # EG: /dev/mmcblk[0-9]
TARGET_DRIVE=${TARGET_DEV%p[0-9]} # EG: /dev/mmcblk[0-9]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fourdee
Sorry, my whoopsie... 😓

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaIng

No worries, i've done worse 😉 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta 🧪 Issues specific to the Beta branch testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants